Skip to content

Merge dev to master#324

Merged
tzlaine merged 8 commits intomasterfrom
develop
Mar 17, 2026
Merged

Merge dev to master#324
tzlaine merged 8 commits intomasterfrom
develop

Conversation

@tzlaine
Copy link
Collaborator

@tzlaine tzlaine commented Mar 17, 2026

No description provided.

andreasbuhr and others added 8 commits February 14, 2026 13:32
The object is never used, only its type is used.
Code cleanup:
Most of the time, values are std::moved into detail::assign,
but not always. This patch makes usage more consistent to
always use std::move, except for ints, floats, and iterators.
This tests the usage of move-only attributes.
parser.hpp and printing.hpp are slightly modified to make it work.
…e time.

The trace feature doubles the compile time, even if never used.
This patch introduces the preprocessor define BOOST_PARSER_DISABLE_TRACE
to deactivate this feature at compile time.
@tzlaine tzlaine merged commit 202b991 into master Mar 17, 2026
47 of 49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants